home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1994 October / Macformat17.cdr / Shareware City / Applications / HTML.edit 1.1.1 distribution / HTML.edit.Help / background_2660.txt < prev    next >
Text File  |  1994-06-30  |  1KB  |  62 lines

  1. -- background: 2660 from stack: in.Help
  2. -- bmap block id: 3716
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=6 top=26 right=47 bottom=106
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 128
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Start Using Me
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   start using this stack
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 8003
  29. -- rect: left=159 top=26 right=47 bottom=259
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 128
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Current Size:
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   showFree
  41. end mouseUp
  42.  
  43. on showFree
  44.   put empty into fld "freeSize"
  45.   put the freeSize of this stack&"K/"&the size of this stack&"K  ["& trunc(the freeSize of this stack/the size of this stack * 100)&"%]" into fld "freeSize"
  46. end showFree
  47.  
  48.  
  49.  
  50. -- part 3 (field)
  51. -- low flags: 00
  52. -- high flags: 2002
  53. -- rect: left=264 top=26 right=47 bottom=378
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 128
  58. -- text size: 10
  59. -- style flags: 0
  60. -- line height: 13
  61. -- part name: freeSize
  62.